Socket
Socket
Sign inDemoInstall

@fremtind/jkl-text-input

Package Overview
Dependencies
Maintainers
2
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-text-input

Style for text input components


Version published
Weekly downloads
155
decreased by-44.04%
Maintainers
2
Weekly downloads
 
Created
Source

text-field

Input as text field is one of the core form elements.

Usage

Must have " " as placeholder for animation to work as intended. Also remember aria and htmlFor.

<label className="jkl-text-field" htmlFor="demo-field">
    <input aria-invalid={valid} className="jkl-text-field__input" type="text" id="demo-field" placeholder=" " />
    <span className="jkl-text-field__label">{label}</span>
    <span className="jkl-text-field__border"></span>
</label>

Keywords

FAQs

Package last updated on 15 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc